Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Fix validate workitem task when there are 0 workitems - #1985

Merged
MattGal merged 2 commits into
dotnet:masterfrom
MattGal:fix-validate-workitem
Mar 27, 2018
Merged

Fix validate workitem task when there are 0 workitems#1985
MattGal merged 2 commits into
dotnet:masterfrom
MattGal:fix-validate-workitem

Conversation

@MattGal

@MattGal MattGal commented Mar 27, 2018

Copy link
Copy Markdown
Member

MattGal added 2 commits March 26, 2018 16:37
…or buildtools path (worked "by default" in core since null = this directory)
…e of no workitems. Allow workitems with empty payloads (as we support this everywhere else)
@MattGal MattGal self-assigned this Mar 27, 2018
@MattGal MattGal changed the title Fix validate workitem Fix validate workitem task when there are 0 workitems Mar 27, 2018
public String WorkItemArchiveRoot { get; set; }

private readonly string[] requiredMetadataFields = { "TimeoutInSeconds", "Command", "PayloadFile" };
private readonly string[] requiredMetadataFields = { "TimeoutInSeconds", "Command" };

This comment was marked as spam.

@jcagme jcagme left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MattGal
MattGal merged commit bc2cfc8 into dotnet:master Mar 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants